home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / GCC 1.37.1r14 / BSD #includes / machine / machine⁄pcb.h < prev    next >
Encoding:
Text File  |  1993-06-15  |  105 b   |  9 lines  |  [TEXT/KAHL]

  1. /* dummy file */
  2.  
  3. #ifndef _MACHINE_PCB_H_
  4. #define _MACHINE_PCB_H_
  5.  
  6. struct pcb { int nothing ; };
  7.  
  8. #endif
  9.